home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 180
- Top = 175
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Calculator Demo'
- ClientHeight = 214
- ClientWidth = 413
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- TextHeight = 20
- object Label1: TLabel
- Left = 35
- Top = 25
- Width = 326
- Height = 76
- Alignment = taCenter
- Caption = 'FormulaBuilder Calculator Demo'
- Font.Color = clMaroon
- Font.Height = -23
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object BitBtn1: TBitBtn
- Left = 75
- Top = 145
- Width = 101
- Height = 36
- Caption = 'Demo'
- TabOrder = 0
- OnClick = BitBtn1Click
- end
- object BitBtn2: TBitBtn
- Left = 250
- Top = 145
- Width = 91
- Height = 36
- TabOrder = 1
- Kind = bkClose
- end
- end
-